x86/ucode: fix for AMD Fam15 CPUs
authorChristoph Egger <Christoph.Egger@amd.com>
Thu, 15 Dec 2011 10:00:09 +0000 (11:00 +0100)
committerChristoph Egger <Christoph.Egger@amd.com>
Thu, 15 Dec 2011 10:00:09 +0000 (11:00 +0100)
commit5663cc8258cef27509a437ebd95061b8b01b9c01
tree193e21cc9affb8268068c84759b2400049d94b84
parent1cf8a44e39c5b21cfe67ddb61fe2b91b807443c6
x86/ucode: fix for AMD Fam15 CPUs

Remove hardcoded maximum size a microcode patch can have. This is
dynamic now.

The microcode patch for family15h can be larger than 2048 bytes and
gets silently truncated.

Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Committed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/microcode_amd.c